ROUTE

interface ROUTE

interface class that allows you to create classes to be used with the ROUTER class.

interface ROUTE {}

Members

Functions

run
void run(CGI cgi)

main method that will perform the actions/purpose of your class.

Meta